home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / viewkit / xcontact / README.DEVLPR < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.8 KB  |  50 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // README.DEVLPR for 0.98
  3.  
  4.  
  5. To successfully build XContact 0.98 you need the following subsystems 
  6. installed on your IRIX 5.2 machine:
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10. To compile and link src:
  11.   ViewKit_dev             ViewKit Development Environment, Version 1.0
  12.   c++_dev                 C++, 3.2.1
  13.   il_dev                  ImageVision Library, 2.3
  14.   impr_dev                Impressario 1.2 Developer's Kit
  15.   motif_dev               IRIX IM Development Software, 1.2.3 (based 
  16.                                     on OSF/Motif 1.2.3)
  17.   sgihelp_dev.sw.dev      SGIHelp Developer Tools 1.0.1
  18.  
  19. To create catman:
  20.   dwb                     Documenter's WorkBench, 4.1.2
  21.  
  22. To create onlineHelp:
  23.   sgihelp_dev             SGIHelp Developer Tools 1.0.1
  24.  
  25. (or the later versions of the software)
  26.  
  27. ------------------------------------------------------------------------------
  28.  
  29. Method 1:
  30.  
  31. After you make sure that all of the above development subsystems are installed
  32. on your system, you can type 'make' at the top level.  Which will traverse
  33. the relevant subdirectories to build the software.  To install the software
  34. using the Makefile rule, type 'make install' at the top level.
  35.  
  36. Note: The online help cards cannot be installed by simply typing make install.
  37.       You must use BUILD.XCONTACT script to install the online help cards.
  38.  
  39.  
  40. Method 2:
  41.  
  42. If you have SGI dist image generation tool (/usr/sbin/gendist), then you can
  43. use the script BUILD.XCONTACT to build the distribution image in dist/.
  44. You can then install the image using inst (inst -f dist).
  45.  
  46.  
  47. If you don't have all of the above development subsystems, you may be able to
  48. build part of the software by going into the src/ directory directly.
  49.  
  50.